翻訳と辞書
Words near each other
・ Schematic (band)
・ Schematic capture
・ Schematic editor
・ Schematic Integrity Analysis
・ Schematic overview of Belgian institutions
・ Schematic Records
・ Schematic-driven layout
・ Schematics (album)
・ Schematron
・ Schembart Carnival
・ Schembri
・ Scheme
・ Scheme $6,000
・ Scheme (linguistics)
・ Scheme (mathematics)
Scheme (programming language)
・ Scheme 48
・ Scheme of arrangement
・ Scheme of work
・ Scheme Requests for Implementation
・ Schemer-Dreamer
・ Scheming Schemers
・ SchemingMind
・ Schemmerbach
・ Schemmerhofen
・ Schempp
・ Schempp-Hirth
・ Schempp-Hirth Arcus
・ Schempp-Hirth Cirrus
・ Schempp-Hirth Discus


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Scheme (programming language) : ウィキペディア英語版
Scheme (programming language)

Scheme and Common Lisp are the two principal dialects of the computer programming language Lisp. Unlike Common Lisp, however, Scheme follows a minimalist design philosophy that specifies a small standard core accompanied by powerful tools for language extension.
Scheme was created during the 1970s at the MIT AI Lab and released by its developers, Guy L. Steele and Gerald Jay Sussman, via a series of memos now known as the Lambda Papers. It was the first dialect of Lisp to choose lexical scope and the first to require implementations to perform tail-call optimization, giving stronger support for functional programming and associated techniques such as recursive algorithms. It was also one of the first programming languages to support first-class continuations. It had a significant influence on the effort that led to the development of Common Lisp.〔Common LISP: The Language, 2nd Ed., Guy L. Steele Jr. Digital Press; 1981. ISBN 978-1-55558-041-4. "Common Lisp is a new dialect of Lisp, a successor to MacLisp, influenced strongly by ZetaLisp and to some extent by Scheme and InterLisp."〕
The Scheme language is standardized in the official IEEE standard〔1178-1990 (Reaff 2008) IEEE Standard for the Scheme Programming Language. IEEE part number STDPD14209, (unanimously reaffirmed ) at a meeting of the IEEE-SA Standards Board Standards Review Committee (RevCom), March 26, 2008 (item 6.3 on minutes), reaffirmation minutes accessed October 2009. NOTE: this document is only available for purchase from IEEE and is not available online at the time of writing (2009).〕 and a ''de facto'' standard called the ''Revised Report on the Algorithmic Language Scheme'' (R''n''RS). The most widely implemented standard is R5RS (1998); a new standard, R6RS, was ratified in 2007. Scheme has a diverse user base due to its compactness and elegance, but its minimalist philosophy has also caused wide divergence between practical implementations, so much that the Scheme Steering Committee calls it "the world's most unportable programming language" and "a ''family'' of dialects" rather than a single language.
== History ==
(詳細はウィキペディア(Wikipedia)

ウィキペディアで「Scheme (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.